home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / xa / ConstraintsCellDialog$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  1.2 KB  |  28 lines

  1. package com.extensibility.xa;
  2.  
  3. import com.extensibility.xml.NotationDeclaration;
  4. import java.util.Enumeration;
  5.  
  6. class ConstraintsCellDialog$1 implements Enumeration {
  7.    // $FF: synthetic field
  8.    final SchemaDoc val$sdoc;
  9.    // $FF: synthetic field
  10.    final ConstraintsCellDialog this$0;
  11.    // $FF: renamed from: e java.util.Enumeration
  12.    Enumeration field_0;
  13.  
  14.    public Object nextElement() {
  15.       return ((NotationDeclaration)this.field_0.nextElement()).getName();
  16.    }
  17.  
  18.    public boolean hasMoreElements() {
  19.       return this.field_0.hasMoreElements();
  20.    }
  21.  
  22.    ConstraintsCellDialog$1(SchemaDoc var1, ConstraintsCellDialog var2) {
  23.       this.val$sdoc = var1;
  24.       this.this$0 = var2;
  25.       this.field_0 = this.val$sdoc.getDeclarations(Class.forName("com.extensibility.xml.NotationDeclaration"));
  26.    }
  27. }
  28.